Skip to content

Conversation

alexcrichton
Copy link
Member

The logging macros all use libuv-based I/O, and there was one stray debug
statement in task::spawn which was executing before the I/O context was ready.
Remove it and add a test to make sure that we can continue to debug this sort of
code.

Closes #10405

The logging macros all use libuv-based I/O, and there was one stray debug
statement in task::spawn which was executing before the I/O context was ready.
Remove it and add a test to make sure that we can continue to debug this sort of
code.

Closes rust-lang#10405
bors added a commit that referenced this pull request Nov 11, 2013
The logging macros all use libuv-based I/O, and there was one stray debug
statement in task::spawn which was executing before the I/O context was ready.
Remove it and add a test to make sure that we can continue to debug this sort of
code.

Closes #10405
@bors bors closed this Nov 11, 2013
@bors bors merged commit b71d629 into rust-lang:master Nov 11, 2013
@alexcrichton alexcrichton deleted the issue-10405 branch November 13, 2013 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Abort at program exist with RUST_LOG=debug and SIngleThreaded task
3 participants